encoding/xml.printer.marshalTextInterface (method)

3 uses

	encoding/xml (current package)
		marshal.go#L464: 			return p.marshalTextInterface(textMarshaler, defaultStart(typ, finfo, startTemplate))
		marshal.go#L471: 				return p.marshalTextInterface(textMarshaler, defaultStart(pv.Type(), finfo, startTemplate))
		marshal.go#L719: func (p *printer) marshalTextInterface(val encoding.TextMarshaler, start StartElement) error {